net/http.http2clientStream.readAborted (field)

3 uses

	net/http (current package)
		h2_bundle.go#L7576: 	readAborted  bool  // read loop reset the stream
		h2_bundle.go#L9997: 	cs.readAborted = true
		h2_bundle.go#L10005: 	if cs != nil && !cs.readAborted {